ARM: dts: socfpga: Add missing UART resets
authorMarek Vasut <[email protected]>
Mon, 13 Aug 2018 16:42:39 +0000 (18:42 +0200)
committerMarek Vasut <[email protected]>
Mon, 13 Aug 2018 20:35:16 +0000 (22:35 +0200)
The UART0 and UART1 resets are missing from DT, so the reset manager
cannot control them. Add the missing DT reset entries.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Ley Foon Tan <[email protected]>
arch/arm/dts/socfpga_arria10.dtsi

index 51b31dc2b520053c81332909ccd4cce2ff382b0e..aafcfe9ce49fe7de125b148d865cd9e30882f492 100644 (file)
                        reg-shift = <2>;
                        reg-io-width = <4>;
                        clocks = <&l4_sp_clk>;
+                       resets = <&rst UART0_RESET>;
                        status = "disabled";
                };
 
                        reg-shift = <2>;
                        reg-io-width = <4>;
                        clocks = <&l4_sp_clk>;
+                       resets = <&rst UART1_RESET>;
                        status = "disabled";
                };